Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.
arrayObj.splice(start, deleteCount, [item1[, item2[, . . . [,itemN]]]]) |
Removes elements from an array and, if necessary, inserts new elements in their place, returning the deleted elements.
arrayObj.splice(start, deleteCount, [item1[, item2[, . . . [,itemN]]]]) |